home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  231 b   |  17 lines

  1. on exitFrame
  2.   unLoad(68)
  3.   unLoad(69)
  4.   unLoad(70)
  5.   go("LoadUp")
  6. end
  7.  
  8. on keyDown
  9.   if the key = RETURN then
  10.     if the machineType = 256 then
  11.       go(label("little") + 1)
  12.     else
  13.       go("Main Screen")
  14.     end if
  15.   end if
  16. end
  17.